Two dimensional arrays A one-dimensional array is an indexed "list" of numbers, so each "block" in the array holds a number. ... A 2D array can be "sliced" to return a 1D array containing one row or column of the original. So